home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
1301_400
/
DISK1309
/
DISK1309.ZIP
/
TWODISK.BAT
< prev
Wrap
DOS Batch File
|
1989-01-17
|
3KB
|
80 lines
echo off
cls
echo
echo
echo This program will install ROSEWOOD JOURNAL on a computer with
echo two floppy drives. You will need 1 disk formatted with system
echo and another formatted without system. The first disk (with
echo system) should have a "CONFIG.SYS" file with the lines,
echo "FILES=15" and "BUFFERS=12". If you do not usually use a config-
echo uration file, this program will supply one automatically for you.
echo If you supply your own "CONFIG.SYS" this program will not overwrite
echo it. If you do not supply your own AUTOEXEC.BAT file this program will
echo so that ROSEWOOD JOURNAL will be self-booting. The disk containing
echo the program and files for ROSEWOOD JOURNAL must be in drive "A" and
echo the blank disk formatted with system must be in drive B. If not,
echo press CTRL+BRK now and re-run this program.
echo
echo
pause
cls
echo
echo
echo ********** WORKING **********
if exist B:COMMAND.COM goto commok
cls
echo
echo
echo
echo Disk in drive B is not formatted with system. At the "A" prompt
echo put your boot disk in drive A, a blank disk in drive B and type,
echo FORMAT B:/S. Then re-run this program.
goto end
:commok
cls
echo
echo ********** WORKING **********
if exist B:AUTOEXEC.BAT goto autok
copy a:autoexec.fil b:autoexec.bat
:autok
echo
if exist B:CONFIG.SYS goto confok
copy a:config.fil b:config.sys
goto resconf
:confok
cls
echo ********** WORKING **********
type b:config.sys
echo
echo
echo If the above listing does not contain "FILE=15" or more and
echo "BUFFERS=12" or more then press CTRL+BRK now and correct the
echo file before re-running this program.
echo
echo
pause
:resconf
cls
echo ********* WORKING **********
echo
echo
copy a:initial.two b:initial.dta
copy a:journal.exe b:
cls
echo
echo
echo INSTALLATION COMPLETE. Place the disk now in drive B into drive A
echo and a blank formatted disk in drive B. Reboot your computer using
echo CTRL+ALT+DEL. At the "A" prompt type JOURNAL and press ENTER.
echo After you have answered the questions about your company (do not
echo change the lines concerning program drive or data drive), then
echo ROSEWOOD JOURNAL is ready to be used.
echo
echo Please remember to put your original copy of ROSEWOOD JOURNAL in
echo a safe place. Thank you.
echo
echo
pause
:end
echo on
cls